DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / ItemsSource Property

In This Topic
    ItemsSource Property (C1CollectionViewSource<T>)
    In This Topic
    Gets or sets the data collection which provides the data items.
    Syntax
    'Declaration
     
    Public Property ItemsSource As IEnumerable
    public IEnumerable ItemsSource {get; set;}
    See Also